home *** CD-ROM | disk | FTP | other *** search
- package com.extensibility.xa;
-
- import com.extensibility.rock.RAction;
- import java.awt.event.ActionEvent;
-
- class CellDialog$6 extends RAction {
- // $FF: synthetic field
- final CellDialog this$0;
-
- public void actionOccurred(ActionEvent var1) {
- if (this.this$0.applied) {
- this.this$0.editor.setText(this.this$0.orgValue);
- this.this$0.canceled = true;
- this.this$0.doSave();
- this.this$0.setVisible(false);
- this.this$0.dispose();
- } else {
- this.this$0.doCancel();
- }
-
- }
-
- CellDialog$6(CellDialog var1) {
- this.this$0 = var1;
- }
- }
-